home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / interfacedemo.swf / scripts / DefineButton2_460 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-09-12  |  141 b   |  8 lines

  1. on(release){
  2.    _root.interfaceholder.vol -= 5;
  3.    if(_root.interfaceholder.vol < 0)
  4.    {
  5.       _root.interfaceholder.vol = 0;
  6.    }
  7. }
  8.